home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / modelers / geomview / source.lha / Geomview / src / bin / warp / next / Makedefs < prev    next >
Text File  |  1993-11-05  |  699b  |  21 lines

  1. # Wish we could simply say
  2. # DISTFILES = ${SRCFILES} ${SUPPORTFILES}
  3. # But no -- SUPPORTFILES mentions things like 'makefile' and 'SGS_ENV',
  4. # and SRCFILES includes ${OTHER_SOURCEFILES}, which mentions all the
  5. # ../common files.
  6. # So we copy here all but ${OTHER_SOURCEFILES} from the SRCFILES macro
  7. # and all the relevant pieces from SUPPORTFILES.
  8.  
  9.  
  10. SOURCES = ${CLASSES} ${MFILES} ${CFILES} ${HFILES} ${PSWFILES} \
  11.         ${PSWMFILES} ${GLOBAL_RESOURCES} ${OTHERSRCS} ${OTHERLINKED}
  12. LPROJ = English.lproj
  13. NIBS =  \
  14.     ${LPROJ}/warp.nib \
  15.     ${LPROJ}/warp.iconheader \
  16.     ${LPROJ}/appicon.tiff
  17.  
  18. DISTFILES = ${SOURCES} ${NIBS} \
  19.         Makefile.preamble Makefile.postamble PB.project Mkdep \
  20.         O.next .geomview-warp
  21.